ComponentOne ASP.NET MVC Controls
IsContentHtml Property (AutoCompleteBase<T>)

C1.Web.Mvc Namespace > AutoCompleteBase<T> Class : IsContentHtml Property
Gets or sets a value indicating whether the drop-down list displays items as plain text or as HTML.
Syntax
'Declaration
 
<JsonAttribute(False)>
<DefaultValueAttribute(True)>
Public Overrides Property IsContentHtml As Boolean
[Json(false)]
[DefaultValue(true)]
public override bool IsContentHtml {get; set;}
See Also

Reference

AutoCompleteBase<T> Class
AutoCompleteBase<T> Members